|
Public Member Functions |
| | deRegistry () |
| deBoolean | SetRoot (const deRegistryRootKey RootKey) |
| deBoolean | ReadString (const char *Key, const char *ValueName, char *Buffer, int *BufferSize) |
| deBoolean | WriteString (const char *Key, const char *ValueName, const char *Buffer, const int BufferSize) |
| deBoolean | ReadInt (const char *Key, const char *ValueName, int *IntValue) |
| deBoolean | WriteInt (const char *Key, const char *ValueName, const int IntValue) |
| LONG | GetLastReturnCode () |
Private Attributes |
| HKEY | CurrentRootKey |
| HKEY | CurrentOpenKey |
| LONG | LastReturnCode |